Interface Dot1qHeader

All Superinterfaces:
EthernetHeader, Header, IPCData, Pdu, Signal
All Known Implementing Classes:
Dot1qHeaderImpl

public interface Dot1qHeader extends EthernetHeader
  • Method Details

    • getTpid

      Short getTpid()
      Returns:
      Short Returns a Short
    • setTpid

      void setTpid(Short tpid)
      Parameters:
      tpid - Takes in a parameter of tpid
    • getUserPriority

      Byte getUserPriority()
      Returns:
      Byte Returns a Byte
    • setUserPriority

      void setUserPriority(Byte userPriority)
      Parameters:
      userPriority - Takes in a parameter of userPriority
    • getCfi

      Byte getCfi()
      Returns:
      Byte Returns a Byte
    • setCfi

      void setCfi(Byte cfi)
      Parameters:
      cfi - Takes in a parameter of cfi
    • getVlanId

      Short getVlanId()
      Returns:
      Short Returns a Short
    • setVlanId

      void setVlanId(Short vlanId)
      Parameters:
      vlanId - Takes in a parameter of vlanId
    • getTypeLength

      Short getTypeLength()
      Returns:
      Short Returns a Short
    • setTypeLength

      void setTypeLength(Short typeLength)
      Parameters:
      typeLength - Takes in a parameter of typeLength